numbering of statement meaning in English
语句编号
Examples
- The number of statements that the connection pool should keep open
连接池可以保持打开的语句数目。 - Unlike sql , an esql program may consist of a number of statements that are executed in their written order
和sql不同, esql程序可以包含许多按照编写顺序执行的语句。 - This program is composed of an arbitrary number of statements which are composed of an arbitrary number of expressions
这个程序由任意数量的语句构成,语句由任意数量的表达式构成。 - Unfortunately , this also means that you do not have control over which prepared statements are pooled , only the number of statements that are cached
但可惜的是,这也意味着您将不能控制哪个预备语句将被缓冲,而只能控制被缓存的语句的数目。 - In reality there will be any number of statements between the declare and the drop massaging the result set of this temp until it finally has served its purpose
实际上, declare和drop之间有许多语句,都可用于处理该临时表结果集的格式,直到它最终满足要求为止。